home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / internet / htmlexe / setup.exe / GINSTALL.ZIP / HTMLExe Wizard.exe / 0 / RCDATA / TFSPLASH / TFSPLASH.txt < prev   
Encoding:
Text File  |  1997-10-28  |  2.0 KB  |  101 lines

  1. object fsplash: Tfsplash
  2.   Left = 180
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 191
  7.   ClientWidth = 321
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 321
  20.     Height = 191
  21.     Cursor = crAppStart
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object Bevel1: TBevel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 305
  28.       Height = 137
  29.       Shape = bsFrame
  30.     end
  31.     object gimage: TImage
  32.       Left = 16
  33.       Top = 16
  34.       Width = 97
  35.       Height = 121
  36.       AutoSize = True
  37.       Picture.Data = {<image000.TMetafile>}
  38.       Stretch = True
  39.     end
  40.     object LabelEffect1: TLabelEffect
  41.       Left = 120
  42.       Top = 16
  43.       Width = 182
  44.       Height = 33
  45.       ColourHighlight = clYellow
  46.       ColourScheme = csGold
  47.       AutoSize = True
  48.       Caption = 'HTMLExe Wizard'
  49.       Font.Color = clOlive
  50.       Font.Height = -27
  51.       Font.Name = 'Technical'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       Transparent = True
  55.     end
  56.     object Label2: TLabel
  57.       Left = 152
  58.       Top = 120
  59.       Width = 103
  60.       Height = 13
  61.       Caption = 'The G.D.G. softwares'
  62.       WordWrap = True
  63.     end
  64.     object Image2: TImage
  65.       Left = 32
  66.       Top = 152
  67.       Width = 32
  68.       Height = 32
  69.       AutoSize = True
  70.       Picture.Data = {<image001.ico>}
  71.     end
  72.     object Image4: TImage
  73.       Left = 152
  74.       Top = 58
  75.       Width = 101
  76.       Height = 55
  77.       AutoSize = True
  78.       Picture.Data = {<image002.bmp>}
  79.     end
  80.     object Label1: TLabel
  81.       Left = 72
  82.       Top = 160
  83.       Width = 214
  84.       Height = 13
  85.       Caption = 'Make an executable with all your pages files !'
  86.     end
  87.   end
  88.   object tic: TTimer
  89.     Enabled = False
  90.     Interval = 3000
  91.     OnTimer = ticTimer
  92.     Left = 120
  93.     Top = 48
  94.   end
  95.   object res: TResolutionFix
  96.     DesignRes = 96
  97.     Left = 136
  98.     Top = 40
  99.   end
  100. end
  101.